PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setGenerateMarkedContentSequence Method
True if a marked content sequence will be generated in the page content stream when the structure element is used.
In This Topic
    setGenerateMarkedContentSequence Method
    In This Topic
    Sets a flag indicating whether this structure element will be associated with a marked content sequence.
    This property is used only with formatted content and flow documents, to inform the layout engine whether to generate a marked content sequence or not for an object in the hierarchy.
    The method ignores the value of this property.
    Syntax
    public void setGenerateMarkedContentSequence( 
       boolean value
    )

    Parameters

    value
    True if a marked content sequence will be generated in the page content stream when the structure element is used.
    See Also